21. Quiz: Cry (5-5)

Directions:

Write a named function expression that stores the function in a variable called cry and returns "boohoo!". Don't forget to call the function using the variable name, not the function name:

cry();

Returns: boohoo!

Your Code:

Start Quiz:

/*
 * Programming Quiz: Cry (5-5)
 */

// your code goes here

INSTRUCTOR NOTE:

Have questions? Head to Knowledge for discussion with the Udacity Community.